-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(wallet-dashboard): add settings menu and network switcher #4509
Conversation
This pull request has been deployed to Vercel. Latest commit: d67bdde ✅ Preview: https://wallet-dashboard-a225fcfa1e2f852205a61a7cd1d5d93e92-qwa2q6yb6.vercel.app |
This pull request has been deployed to Vercel. Latest commit: 5b7528f ✅ Preview: https://wallet-dashboard-a225fcfa1e2f852205a61a7cd1d5d93e92-25olacffh.vercel.app |
apps/wallet-dashboard/components/Dialogs/settings/hooks/useSettingsDialog.ts
Outdated
Show resolved
Hide resolved
apps/wallet-dashboard/components/Dialogs/settings/views/NetworkSelectorView.tsx
Outdated
Show resolved
Hide resolved
This pull request has been deployed to Vercel. Latest commit: d5c1c60 ✅ Preview: https://wallet-dashboard-a225fcfa1e2f852205a61a7cd1d5d93e92-gvfrkw63p.vercel.app |
This pull request has been deployed to Vercel. Latest commit: 1fec5c7 ✅ Preview: https://wallet-dashboard-a225fcfa1e2f852205a61a7cd1d5d93e92-mg7c88j7z.vercel.app |
apps/wallet-dashboard/components/Dialogs/settings/enums/view.enums.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
beautiful work, just 2 nits
<ConnectButton size="md" /> | ||
<Button |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i would put the settings icon the last element
apps/wallet-dashboard/components/Dialogs/settings/enums/view.enums.ts
Outdated
Show resolved
Hide resolved
This pull request has been deployed to Vercel. Latest commit: 07c42ec ✅ Preview: https://wallet-dashboard-a225fcfa1e2f852205a61a7cd1d5d93e92-6dfatgl8m.vercel.app |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there are conflicts too 🙏🏼
This pull request has been deployed to Vercel. Latest commit: d62d9a7 ✅ Preview: https://wallet-dashboard-a225fcfa1e2f852205a61a7cd1d5d93e92-parq254a0.vercel.app |
* feat: add settings menu and network switcher * fix: reset react queries * fix: change notifications for toast * fix: view enums and icon ordering in top nav
Description of change
closes #4489